home *** CD-ROM | disk | FTP | other *** search
/ Sigcat Software Showcase 1992 / SIGCat Software Showcase 1992 - CD-ROM Strategies.ISO / ref_tek / fielded / install.bat < prev    next >
Encoding:
DOS Batch File  |  1992-03-02  |  497 b   |  38 lines

  1. @echo off
  2. rem
  3.  
  4. :install
  5. instal
  6.  
  7. :run
  8. call rb
  9.  
  10. :cleanup
  11. if "%1"=="/NODELETE" goto exit
  12. if "%1"=="/nodelete" goto exit
  13. if exist sig_rec.exe goto exit
  14.  
  15. echo Cleaning up...
  16. del cdcomp.* > NUL
  17. del spl*.* > NUL
  18. del rb.bat > NUL
  19. del *.cfg > NUL
  20. del *.dbf > NUL
  21. del *.dsc > NUL
  22. del *.dvr > NUL
  23. del *.exe > NUL
  24. del *.hlp > NUL
  25. del *.lst > NUL
  26. del *.npd > NUL
  27. del *.stp > NUL
  28. del *.txt > NUL
  29. del *.wrk > NUL
  30. del *.vew > NUL
  31. cd ..
  32. rd sig_rec
  33.  
  34. :exit
  35. pause
  36. %1
  37. \showcase %1
  38.